home *** CD-ROM | disk | FTP | other *** search
- on playSound whichChannel, whichFile
- sound playFile whichChannel, whichFile
- if not soundBusy(whichChannel) then
- alert("Sound file '" & whichFile & "' not found!")
- end if
- end
-
- on startMovie
- global gSoundPlayedOnce
- set gSoundPlayedOnce to 1
- end
-